home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / accounts / redwd201.arj / LOGDOTS.PLT < prev    next >
Text File  |  1994-12-02  |  696b  |  35 lines

  1. set title size 3
  2. set labels size 3
  3. title bottom 'Energy'
  4. title left 'Rate'
  5.  
  6.  1              0.25
  7.  50            15.16327
  8.  100           36.78794
  9.  150           50.20428
  10.  200           54.13411
  11.  250           51.30312
  12.  300           44.80836
  13.  350           36.99179
  14.  400           29.30502
  15.  450           22.49572
  16.  500           16.84487
  17.  
  18. set scale x 6 -5 base 10 log   y 6 -5 base 10 log
  19. set limits x 1 1000  y .1  100
  20.  
  21. set ticks size 0 100 all off right on top on
  22. set texture dots
  23. set axes all off right on top on
  24. plot axes
  25.  
  26. set ticks size 100 0
  27. set texture solid
  28. plot axes
  29.  
  30. set ticks size 3 1 all on
  31. set axes all on
  32. plot axes
  33.  
  34. title .3 .3 size 3 "LOGDOTS.PLT"
  35.